libxl: drop stray const from function return type
authorJan Beulich <JBeulich@suse.com>
Tue, 24 May 2016 15:28:19 +0000 (09:28 -0600)
committerWei Liu <wei.liu2@citrix.com>
Tue, 24 May 2016 15:51:17 +0000 (16:51 +0100)
commit4504b7d1a6594c8ad4b1ecdab15d30feca7eaa51
tree80fb37d7392debf86b54dd5675a670305d7c3a5a
parent116d8bab9b889cc2d910a20f2d356d0f888d0ce5
libxl: drop stray const from function return type

Some compiler versions warn about this, causing the build to fail due
to -Werror.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl.c